1bashlinuxThis script copies the default local SSH key to the specified remote host using password authentication.USER_HOST=${1?"user@host is required"} ssh-copy-id -i ~/.ssh/id_rsa -oPreferredAuthentications=password $USER_HOSTsolutionsSSH key setup